home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / MacPerl ƒ / Perl Source ƒ / MacPerl / MPScript.h < prev    next >
Text File  |  1993-09-21  |  621b  |  21 lines

  1. /*********************************************************************
  2. Project    :    MacPerl            -    Real Perl Application
  3. File        :    MPScript.h        -    Handle scripts
  4. Author    :    Matthias Neeracher
  5. Started    :    16Aug93                                Language    :    MPW C
  6. Modified    :    16Sep93    MN    Runtime is not particularly fond of AppleEvents
  7. Last        :    16Sep93
  8. *********************************************************************/
  9.  
  10. #ifndef __MPSCRIPT__
  11. #define __MPSCRIPT__
  12.  
  13. pascal void InitPerlEnviron();
  14.  
  15. pascal void DoScriptMenu(short theItem);
  16.  
  17. pascal OSErr DoScript(const AppleEvent *theAppleEvent, AppleEvent *reply, long refCon);
  18.  
  19. pascal Boolean DoRuntime();
  20.  
  21. #endif